home *** CD-ROM | disk | FTP | other *** search
- Path: sundog.tiac.net!usenet
- From: nds <nds@tiac.net>
- Newsgroups: comp.lang.c++
- Subject: Any good (simple) C++ database Classes/application code
- Date: 3 Jan 1996 15:06:43 GMT
- Organization: The Internet Access Company
- Message-ID: <4ce623$8pk@sundog.tiac.net>
- NNTP-Posting-Host: nds.tiac.net
-
- To All C++ Usenet Readers:
-
- I am a student in a C++ Data Structures course working on my
- final project. I have decided to write a simple relational
- database.
-
- The criteria for the application is that it its' class is
- derived from a basic data structure (linked list, btree, etc.)
-
- Does anyone know where on the web, ftp, etc, I can find some
- fairly basic code for implementing a database Abstract Data
- Type (Class). I was inundated reading an exhaustive list of
- C++ libs available over the net. I need to get something not
- to voluminous, yet something that fully implements databases
- in C++.
-
- Thanks.
-
- Fred Zimmerman
- nds@tiac.net
-
-